/* CSS Document */

* { margin:0px; padding:0px; font-family:'Microsoft Yahei';}
img { border:none;}
li { list-style:none;}
body { min-width:1260px;}
a:hover { webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out; transition: all .3s ease-out; }

.footer {padding-bottom:123px;}
.footer .foottel {  width:100%; height:123px; margin:0px auto; text-align:center; background:url(/images/footbg.png) repeat-x; position:fixed; left:0px; bottom:0px; z-index:999999;}
.footer .contact { padding:20px 0; text-align:center; font-size:18px; color:#ffffaa; line-height:40px; background:#333333;opacity:0.8}
.footer a { color:#ffffaa; text-decoration:none;}
.footer a:hover { text-decoration:underline;}
.footer .copy { padding:20px 0; text-align:center; font-size:14px; color:#ffffff; line-height:30px; background:#038d00; }